boot: Add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX
authorColin Walters <walters@verbum.org>
Thu, 17 Aug 2017 18:00:08 +0000 (14:00 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 17 Aug 2017 18:38:45 +0000 (18:38 +0000)
commite6a4203c52d68ca8fe7c5e60e127141e1c4ea7ee
tree57e7c7ae5f8c305b9586e3eb5f042dbf409b12b2
parentbd9e931b332957f82ef69742048bf6cb3da3be12
boot: Add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX

This is simplest for now.  Compare with similar logic from
`/usr/lib/tmpfiles.d/tmp.conf`:
```
R! /tmp/systemd-private-*
```

Closes: https://github.com/ostreedev/ostree/issues/393
Closes: #1090
Approved by: jlebon
Makefile-boot.am
src/boot/ostree-tmpfiles.conf [new file with mode: 0644]